projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4337739
)
(display_menu_bar) [HAVE_NTGUI]: Enable the display of
author
Karl Heuer
<kwzh@gnu.org>
Fri, 17 May 1996 21:13:14 +0000
(21:13 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 17 May 1996 21:13:14 +0000
(21:13 +0000)
menus in --no-window mode on NT.
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index e2d75f6ee2b204416e2c7ea193f760c3ebe994cd..ed7de057d98de6b22b4dc839850fc0ccdc9b6cc3 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-3251,7
+3251,8
@@
display_menu_bar (w)
int i;
#ifdef HAVE_NTGUI
- return;
+ if (!NILP (Vwindow_system))
+ return;
#endif
#ifdef USE_X_TOOLKIT